.sidebar-brand .sidebar-brand-icon {
    padding: 0 30px;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-icon {
    padding: 0;
}

span.help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}


table.table-bordered.dataTable tbody th:last-child, table.table-bordered.dataTable tbody td:last-child {
    text-align: center;
}

.customload {
    position: fixed;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    width:100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    background-image: url("../img/loader.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
    z-index: 8000;
    display: none;
}

.question h3 { 
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.question .options p {
    font-size: 15px;
    line-height: 18px
}
.show-btn-ford{
    padding: 30px;
}